-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: snapshot the ModuleGraph to avoid (eventual) inconsistent graphs #88340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sokra/eventual-consistency-no-remove-cells
Are you sure you want to change the base?
Turbopack: snapshot the ModuleGraph to avoid (eventual) inconsistent graphs #88340
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
9b8b94f to
e70e940
Compare
52d9dd0 to
965d41d
Compare
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Failing test suitesCommit: f872016 | About building and testing Next.js
Expand output● next-config-ts-type-error-esm › should throw with type error on build (ESM)
Expand output● next-config-ts-type-error-esm › should throw with type error on build (ESM) |
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **431 kB** → **431 kB** ✅ -7 B82 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
|
965d41d to
f872016
Compare
e70e940 to
afefad3
Compare
afefad3 to
22a574e
Compare
f872016 to
7f4e685
Compare
22a574e to
140543b
Compare
7f4e685 to
a70d6f0
Compare

What?
Refactor ModuleGraph to be a strongly consistent snapshot of the module graph. This should avoid eventually consistency problems where different versions of single module graphs do not fit together.